FindIndex<TTarget>() Method
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire
List.
public int FindIndex<>()
where TTarget: T
Type Parameters
- TTarget
Return Value
The zero-based index of the first occurrence of an element that matches the conditions defined by match, if found; otherwise, false.